Vapi Std Errors InternalServerError
Vapi Std Errors InternalServerError
The Vapi Std Errors InternalServerError error indicates that the server encounters an unexpected condition that prevented it from fulfilling the request.
This error is reported by the API infrastructure, so it could occur in response to the invocation of any operation.
Examples:
- The operation returns a value whose type doesn't match the type type the operation says it should return.
- The operation reports an error that is not included in the list of errors the operation says that it can report.
AllOf
This class requires all of the following:
JSON Example
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}